home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_C
/
ARC_SGML
/
SGMLH
/
LEXTOKE.H
< prev
next >
Wrap
Text File
|
1991-07-24
|
681b
|
12 lines
/******************************************************************************/
/* LEXTOKE.H: Symbols for tokenization lexical classes.
*/
#define INV 0 /* Invalid Chars Not allowed in an SGML name. */
#define REC 1 /* Record Boundary RS and RE. */
#define SEP 2 /* Separator Space and TAB. */
#define NMC 3 /* NAMECHAR . _ Period, underscore (plus NMS, NUM). */
#define NMS 4 /* NAMESTRT Lower and uppercase letters */
#define NU 5 /* NUMERAL Numerals */
#define EOB 6 /* NONCHAR 28 End disk buffer. */
/******************************************************************************/